AxisBetweenCategories Property

True if the value axis crosses the category axis between categories. Read/write Boolean.

expression.AxisBetweenCategories

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

This property applies only to category axes, and it doesn't apply to 3-D charts.

Example

This example causes the value axis to cross the category axis between categories.

myChart.Axes(xlCategory).AxisBetweenCategories = True